Linking to a External Help File Topic

Description

There are two different ways the user can retrieve a help topic in a compiled HTML help file (.CHM format) or Windows help file (.HLP format).

  1. By running an Action Script, typically as the result of a button push.

  2. By pressing F1 when the cursor is over a button, type-in, list box, or combo box control.

Procedure: Linking to an External Help File Topic with an ActionScript

  1. Sketch a button onto your form.

  2. Enter the button's name in the Label field.

  3. Click the Use Action Scripting option button.

  4. Click Add New Action.

  5. Select "Miscellaneous" in the Category list.

  6. Select "Display Help Topic" in the Action list and click OK.

  7. Enter the help file in the Help Filename field.

  8. Enter the help topic name in the Help Topic field.

    images/AL_form_items_action_script_2.gif
    The help topic name must exactly match an entry in the help file's index.
  9. Click Next > and OK.

    images/form_items_action_script_3.gif
  10. Click Close(X) and Save All.

Procedure: Linking a Form or Control to an External Help File Topic

  1. Right click the form or control and click Properties....

  2. Click the Help Entry tab.

  3. Check Use Custom Help.

  4. Select the type of help file in the Help Source File list.

  5. Select "User Specified Help File Name" in the Naming Convention list.

    images/form_items_link_help_topic.gif
  6. Click Specify Help File Name... and select the target help file.

    images/form_items_specify_chm_file.gif
  7. Enter the name of the topic in the Topic Name field.

The help topic name must exactly match an entry in the help file's index.